--- /dev/null
+git-server-helpers
+scripts for automating tasks on git server
+copyright 2026, David Polakovic, licensed under Perl Artistic License
+
+
+ABOUT:
+These few scripts help me to manage the stuff around the git server.
+
+
+HOW TO RUN:
+All scripts here are designed to be "wizard-like" so they would
+guide you trough the task they were made for. Simply use:
+ perl <script-name>
+
+
+COMPONENT REFERENCE
+new-project-wizard.pl - hand holds your trough the process
+ of making new project on the server
+add-contributor-wizard.pl - writes the contributor ID into
+ specific repos
+
+
+LICENSE:
+https://perldoc.perl.org/perlartistic
+see LICENSE.txt
+
+
+CONTACT:
+email@dpolakovic.space
+Fetch my GPG here: https://dpolakovic.space/dpolakovic_pub_key.asc
+
+
+RELEASE NOTES:
+n/A - coz every script bound to infrastructutre, so editing it after
+ migration or so makes no sense
+